In This Topic
Inserts a page element into the pages collection at the specified index.
Syntax
'Declaration
Public Overloads Sub Insert( _
ByVal As Integer, _
ByVal As _
)
public void Insert(
int ,
)
Parameters
- index
- The index.
- value
- The value.
Exceptions
See Also